ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / ReportItemProgram<T> Class
Members

In This Topic
    ReportItemProgram<T> Class
    In This Topic
    Represents a report item program.
    Object Model
    ReportItemProgram<T> Class
    Syntax
    'Declaration
     
    Public Class ReportItemProgram(Of T As ReportItem) 
       Inherits ProgramBase
       Implements IProgramIReportItemProgram(Of T) 
    public class ReportItemProgram<T> : ProgramBase, IProgramIReportItemProgram<T>  
    where T: ReportItem
    Type Parameters
    T
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Rendering.Components.ProgramBase
          GrapeCity.ActiveReports.Rendering.Components.ReportItemProgram<T>
             GrapeCity.ActiveReports.Rendering.Components.DataRegionProgram<T>

    See Also